right now as it isn;t actually used.
^tools/check/\..*$
^tools/cmdline/.*$
^tools/cmdline/xen/.*$
+^tools/consoled/consoled$
+^tools/consoled/xc_console$
^tools/debugger/pdb/pdb$
^tools/debugger/pdb/linux-[0-9.]*-module/.*\.ko$
^tools/debugger/pdb/linux-[0-9.]*-module/.*\.mod.c$
#SUBDIRS += pygrub
SUBDIRS += firmware
SUBDIRS += security
-SUBDIRS += consoled
+#SUBDIRS += consoled
.PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean
$(OBJS): $(HDRS)
-install: $(BIN)
+install: $(BIN) xc_console
$(INSTALL_DIR) -p $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
$(INSTALL_PROG) $(BIN) $(DESTDIR)/$(CONSOLED_INSTALL_DIR)
$(INSTALL_DIR) -p $(DESTDIR)/$(XC_CONSOLE_INSTALL_DIR)